[INFO] fetching crate aws-sdk-mediaconnect 1.112.0...
[INFO] fixing aws-sdk-mediaconnect-1.112.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate aws-sdk-mediaconnect 1.112.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate aws-sdk-mediaconnect 1.112.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate aws-sdk-mediaconnect 1.112.0
[INFO] tweaked toml for crates.io crate aws-sdk-mediaconnect 1.112.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aws-sdk-mediaconnect 1.112.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aws-sdk-mediaconnect 1.112.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1
[INFO] running `Command { std: "docker" "start" "55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking aws-sdk-mediaconnect v1.112.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/config.rs (4 fixes)
[INFO] [stderr]        Fixed src/endpoint_lib/partition.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_bridge_outputs/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_bridge_outputs::AddBridgeOutputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_bridge_outputs::AddBridgeOutputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_bridge_sources/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_bridge_sources::AddBridgeSources::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_bridge_sources::AddBridgeSources::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_media_streams/builders.rs:89:109
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_media_streams::AddFlowMediaStreams::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_media_streams::AddFlowMediaStreams::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                             |
[INFO] [stdout]    |                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_outputs/builders.rs:89:98
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_outputs::AddFlowOutputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_outputs::AddFlowOutputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                  ^^^^^
[INFO] [stdout]    |                                                                                                  |
[INFO] [stdout]    |                                                                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_sources/builders.rs:89:98
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_sources::AddFlowSources::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_sources::AddFlowSources::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                  ^^^^^
[INFO] [stdout]    |                                                                                                  |
[INFO] [stdout]    |                                                                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_vpc_interfaces/builders.rs:89:111
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_vpc_interfaces::AddFlowVpcInterfaces::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_vpc_interfaces::AddFlowVpcInterfaces::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                               |
[INFO] [stdout]    |                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/batch_get_router_input/builders.rs:89:109
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::batch_get_router_input::BatchGetRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::batch_get_router_input::BatchGetRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                             |
[INFO] [stdout]    |                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/batch_get_router_network_interface/builders.rs:89:132
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                                                    |
[INFO] [stdout]    |                                                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/batch_get_router_output/builders.rs:89:111
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::batch_get_router_output::BatchGetRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::batch_get_router_output::BatchGetRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                               |
[INFO] [stdout]    |                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_bridge/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_bridge::CreateBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_bridge::CreateBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_flow/builders.rs:89:89
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_flow::CreateFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_flow::CreateFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                         ^^^^^
[INFO] [stdout]    |                                                                                         |
[INFO] [stdout]    |                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_gateway/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_gateway::CreateGateway::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_gateway::CreateGateway::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_router_input/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_router_input::CreateRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_router_input::CreateRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_router_network_interface/builders.rs:89:127
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_router_network_interface::CreateRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_router_network_interface::CreateRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                                               |
[INFO] [stdout]    |                                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_router_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_router_output::CreateRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_router_output::CreateRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_bridge/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_bridge::DeleteBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_bridge::DeleteBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_flow/builders.rs:89:89
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_flow::DeleteFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_flow::DeleteFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                         ^^^^^
[INFO] [stdout]    |                                                                                         |
[INFO] [stdout]    |                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_gateway/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_gateway::DeleteGateway::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_gateway::DeleteGateway::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_router_input/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_router_input::DeleteRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_router_input::DeleteRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_router_network_interface/builders.rs:89:127
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_router_network_interface::DeleteRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_router_network_interface::DeleteRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                                               |
[INFO] [stdout]    |                                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_router_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_router_output::DeleteRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_router_output::DeleteRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/deregister_gateway_instance/builders.rs:89:120
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::deregister_gateway_instance::DeregisterGatewayInstance::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::deregister_gateway_instance::DeregisterGatewayInstance::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                                        |
[INFO] [stdout]    |                                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_bridge/builders.rs:89:97
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_bridge::DescribeBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_bridge::DescribeBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                 ^^^^^
[INFO] [stdout]    |                                                                                                 |
[INFO] [stdout]    |                                                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_flow/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_flow::DescribeFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_flow::DescribeFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_flow_source_metadata/builders.rs:89:123
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_flow_source_metadata::DescribeFlowSourceMetadata::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_flow_source_metadata::DescribeFlowSourceMetadata::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                                                           |
[INFO] [stdout]    |                                                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_flow_source_thumbnail/builders.rs:89:125
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_flow_source_thumbnail::DescribeFlowSourceThumbnail::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_flow_source_thumbnail::DescribeFlowSourceThumbnail::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                                             |
[INFO] [stdout]    |                                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_gateway/builders.rs:89:99
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_gateway::DescribeGateway::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_gateway::DescribeGateway::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                   ^^^^^
[INFO] [stdout]    |                                                                                                   |
[INFO] [stdout]    |                                                                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_gateway_instance/builders.rs:89:116
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_gateway_instance::DescribeGatewayInstance::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_gateway_instance::DescribeGatewayInstance::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                                    |
[INFO] [stdout]    |                                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_offering/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_offering::DescribeOffering::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_offering::DescribeOffering::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_reservation/builders.rs:89:107
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_reservation::DescribeReservation::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_reservation::DescribeReservation::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                                           |
[INFO] [stdout]    |                                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_input/builders.rs:89:98
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_input::GetRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_input::GetRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                  ^^^^^
[INFO] [stdout]    |                                                                                                  |
[INFO] [stdout]    |                                                                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_input_source_metadata/builders.rs:89:128
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_input_source_metadata::GetRouterInputSourceMetadata::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_input_source_metadata::GetRouterInputSourceMetadata::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                                |
[INFO] [stdout]    |                                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_input_thumbnail/builders.rs:89:117
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_input_thumbnail::GetRouterInputThumbnail::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_input_thumbnail::GetRouterInputThumbnail::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                                     |
[INFO] [stdout]    |                                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_network_interface/builders.rs:89:121
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_network_interface::GetRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_network_interface::GetRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                         ^^^^^
[INFO] [stdout]    |                                                                                                                         |
[INFO] [stdout]    |                                                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_output/builders.rs:89:100
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_output::GetRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_output::GetRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                    |
[INFO] [stdout]    |                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/grant_flow_entitlements/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::grant_flow_entitlements::GrantFlowEntitlements::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::grant_flow_entitlements::GrantFlowEntitlements::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_bridges/builders.rs:89:91
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_bridges::ListBridges::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_bridges::ListBridges::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                           |
[INFO] [stdout]    |                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_entitlements/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_entitlements::ListEntitlements::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_entitlements::ListEntitlements::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_flows/builders.rs:83:87
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let runtime_plugins = crate::operation::list_flows::ListFlows::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |         crate::operation::list_flows::ListFlows::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                       |
[INFO] [stdout]    |                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 84 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_gateway_instances/builders.rs:89:110
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_gateway_instances::ListGatewayInstances::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_gateway_instances::ListGatewayInstances::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                              ^^^^^
[INFO] [stdout]    |                                                                                                              |
[INFO] [stdout]    |                                                                                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_gateways/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_gateways::ListGateways::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_gateways::ListGateways::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_offerings/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_offerings::ListOfferings::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_offerings::ListOfferings::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_reservations/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_reservations::ListReservations::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_reservations::ListReservations::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_router_inputs/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_router_inputs::ListRouterInputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_router_inputs::ListRouterInputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_router_network_interfaces/builders.rs:89:125
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_router_network_interfaces::ListRouterNetworkInterfaces::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_router_network_interfaces::ListRouterNetworkInterfaces::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                                             |
[INFO] [stdout]    |                                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_router_outputs/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_router_outputs::ListRouterOutputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_router_outputs::ListRouterOutputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_tags_for_global_resource/builders.rs:89:122
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_tags_for_global_resource::ListTagsForGlobalResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_tags_for_global_resource::ListTagsForGlobalResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                                          |
[INFO] [stdout]    |                                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_tags_for_resource/builders.rs:89:109
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_tags_for_resource::ListTagsForResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_tags_for_resource::ListTagsForResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                             |
[INFO] [stdout]    |                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/purchase_offering/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::purchase_offering::PurchaseOffering::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::purchase_offering::PurchaseOffering::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_bridge_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_bridge_output::RemoveBridgeOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_bridge_output::RemoveBridgeOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_bridge_source/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_bridge_source::RemoveBridgeSource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_bridge_source::RemoveBridgeSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_media_stream/builders.rs:89:113
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_media_stream::RemoveFlowMediaStream::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_media_stream::RemoveFlowMediaStream::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                 ^^^^^
[INFO] [stdout]    |                                                                                                                 |
[INFO] [stdout]    |                                                                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_output/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_output::RemoveFlowOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_output::RemoveFlowOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_source/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_source::RemoveFlowSource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_source::RemoveFlowSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_vpc_interface/builders.rs:89:115
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_vpc_interface::RemoveFlowVpcInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_vpc_interface::RemoveFlowVpcInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                   ^^^^^
[INFO] [stdout]    |                                                                                                                   |
[INFO] [stdout]    |                                                                                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/restart_router_input/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::restart_router_input::RestartRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::restart_router_input::RestartRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/restart_router_output/builders.rs:89:108
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::restart_router_output::RestartRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::restart_router_output::RestartRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                            ^^^^^
[INFO] [stdout]    |                                                                                                            |
[INFO] [stdout]    |                                                                                                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/revoke_flow_entitlement/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::revoke_flow_entitlement::RevokeFlowEntitlement::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::revoke_flow_entitlement::RevokeFlowEntitlement::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/start_flow/builders.rs:83:87
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let runtime_plugins = crate::operation::start_flow::StartFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |         crate::operation::start_flow::StartFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                       |
[INFO] [stdout]    |                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 84 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/start_router_input/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::start_router_input::StartRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::start_router_input::StartRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/start_router_output/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::start_router_output::StartRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::start_router_output::StartRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/stop_flow/builders.rs:83:85
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let runtime_plugins = crate::operation::stop_flow::StopFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |         crate::operation::stop_flow::StopFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                     |
[INFO] [stdout]    |                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 84 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/stop_router_input/builders.rs:89:100
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::stop_router_input::StopRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::stop_router_input::StopRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                    |
[INFO] [stdout]    |                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/stop_router_output/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::stop_router_output::StopRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::stop_router_output::StopRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/tag_global_resource/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::tag_global_resource::TagGlobalResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::tag_global_resource::TagGlobalResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/tag_resource/builders.rs:89:91
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::tag_resource::TagResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::tag_resource::TagResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                           |
[INFO] [stdout]    |                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/take_router_input/builders.rs:89:100
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::take_router_input::TakeRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::take_router_input::TakeRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                    |
[INFO] [stdout]    |                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/untag_global_resource/builders.rs:89:108
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::untag_global_resource::UntagGlobalResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::untag_global_resource::UntagGlobalResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                            ^^^^^
[INFO] [stdout]    |                                                                                                            |
[INFO] [stdout]    |                                                                                                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/untag_resource/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::untag_resource::UntagResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::untag_resource::UntagResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge::UpdateBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge::UpdateBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge_output::UpdateBridgeOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge_output::UpdateBridgeOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge_source/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge_source::UpdateBridgeSource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge_source::UpdateBridgeSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge_state/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge_state::UpdateBridgeState::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge_state::UpdateBridgeState::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/operation/update_flow/builders.rs:109:89
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let runtime_plugins = crate::operation::update_flow::UpdateFlow::operation_runtime_plugins(
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]     |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |         crate::operation::update_flow::UpdateFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]     |                                                                                         ^^^^^
[INFO] [stdout]     |                                                                                         |
[INFO] [stdout]     |                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 110 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_flow_entitlement/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_flow_entitlement::UpdateFlowEntitlement::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_flow_entitlement::UpdateFlowEntitlement::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_flow_media_stream/builders.rs:89:113
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_flow_media_stream::UpdateFlowMediaStream::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_flow_media_stream::UpdateFlowMediaStream::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                 ^^^^^
[INFO] [stdout]    |                                                                                                                 |
[INFO] [stdout]    |                                                                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_flow_output/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_flow_output::UpdateFlowOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_flow_output::UpdateFlowOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/operation/update_flow_source/builders.rs:109:102
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let runtime_plugins = crate::operation::update_flow_source::UpdateFlowSource::operation_runtime_plugins(
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]     |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |         crate::operation::update_flow_source::UpdateFlowSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]     |                                                                                                      ^^^^^
[INFO] [stdout]     |                                                                                                      |
[INFO] [stdout]     |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 110 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_gateway_instance/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_gateway_instance::UpdateGatewayInstance::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_gateway_instance::UpdateGatewayInstance::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_router_input/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_router_input::UpdateRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_router_input::UpdateRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_router_network_interface/builders.rs:89:127
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_router_network_interface::UpdateRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_router_network_interface::UpdateRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                                               |
[INFO] [stdout]    |                                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_router_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_router_output::UpdateRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_router_output::UpdateRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/waiters/flow_active.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cfg` calls a custom destructor
[INFO] [stdout]     |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `time_components` calls a custom destructor
[INFO] [stdout]     |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]     |                                                                                                       ^^^^^
[INFO] [stdout]     |                                                                                                       |
[INFO] [stdout]     |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 103 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/flow_deleted.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/flow_standby.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/waiters/input_active.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cfg` calls a custom destructor
[INFO] [stdout]     |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `time_components` calls a custom destructor
[INFO] [stdout]     |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]     |                                                                                                       ^^^^^
[INFO] [stdout]     |                                                                                                       |
[INFO] [stdout]     |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 103 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/input_deleted.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/input_standby.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/waiters/output_active.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cfg` calls a custom destructor
[INFO] [stdout]     |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `time_components` calls a custom destructor
[INFO] [stdout]     |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]     |                                                                                                       ^^^^^
[INFO] [stdout]     |                                                                                                       |
[INFO] [stdout]     |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 103 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_deleted.rs:95:103
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 95 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 96 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_routed.rs:90:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 90 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 91 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_standby.rs:95:103
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 95 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 96 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_unrouted.rs:91:103
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 91 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 92 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/endpoint_tests.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_bridge_outputs/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_bridge_outputs::AddBridgeOutputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_bridge_outputs::AddBridgeOutputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_bridge_sources/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_bridge_sources::AddBridgeSources::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_bridge_sources::AddBridgeSources::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_media_streams/builders.rs:89:109
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_media_streams::AddFlowMediaStreams::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_media_streams::AddFlowMediaStreams::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                             |
[INFO] [stdout]    |                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_outputs/builders.rs:89:98
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_outputs::AddFlowOutputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_outputs::AddFlowOutputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                  ^^^^^
[INFO] [stdout]    |                                                                                                  |
[INFO] [stdout]    |                                                                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_sources/builders.rs:89:98
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_sources::AddFlowSources::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_sources::AddFlowSources::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                  ^^^^^
[INFO] [stdout]    |                                                                                                  |
[INFO] [stdout]    |                                                                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/add_flow_vpc_interfaces/builders.rs:89:111
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::add_flow_vpc_interfaces::AddFlowVpcInterfaces::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::add_flow_vpc_interfaces::AddFlowVpcInterfaces::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                               |
[INFO] [stdout]    |                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/batch_get_router_input/builders.rs:89:109
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::batch_get_router_input::BatchGetRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::batch_get_router_input::BatchGetRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                             |
[INFO] [stdout]    |                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/batch_get_router_network_interface/builders.rs:89:132
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::batch_get_router_network_interface::BatchGetRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                                                    |
[INFO] [stdout]    |                                                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/batch_get_router_output/builders.rs:89:111
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::batch_get_router_output::BatchGetRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::batch_get_router_output::BatchGetRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                               |
[INFO] [stdout]    |                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_bridge/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_bridge::CreateBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_bridge::CreateBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_flow/builders.rs:89:89
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_flow::CreateFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_flow::CreateFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                         ^^^^^
[INFO] [stdout]    |                                                                                         |
[INFO] [stdout]    |                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_gateway/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_gateway::CreateGateway::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_gateway::CreateGateway::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_router_input/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_router_input::CreateRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_router_input::CreateRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_router_network_interface/builders.rs:89:127
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_router_network_interface::CreateRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_router_network_interface::CreateRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                                               |
[INFO] [stdout]    |                                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/create_router_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::create_router_output::CreateRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::create_router_output::CreateRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_bridge/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_bridge::DeleteBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_bridge::DeleteBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_flow/builders.rs:89:89
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_flow::DeleteFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_flow::DeleteFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                         ^^^^^
[INFO] [stdout]    |                                                                                         |
[INFO] [stdout]    |                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_gateway/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_gateway::DeleteGateway::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_gateway::DeleteGateway::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_router_input/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_router_input::DeleteRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_router_input::DeleteRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_router_network_interface/builders.rs:89:127
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_router_network_interface::DeleteRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_router_network_interface::DeleteRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                                               |
[INFO] [stdout]    |                                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/delete_router_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::delete_router_output::DeleteRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::delete_router_output::DeleteRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/deregister_gateway_instance/builders.rs:89:120
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::deregister_gateway_instance::DeregisterGatewayInstance::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::deregister_gateway_instance::DeregisterGatewayInstance::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                                        |
[INFO] [stdout]    |                                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_bridge/builders.rs:89:97
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_bridge::DescribeBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_bridge::DescribeBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                 ^^^^^
[INFO] [stdout]    |                                                                                                 |
[INFO] [stdout]    |                                                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_flow/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_flow::DescribeFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_flow::DescribeFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_flow_source_metadata/builders.rs:89:123
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_flow_source_metadata::DescribeFlowSourceMetadata::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_flow_source_metadata::DescribeFlowSourceMetadata::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                                                           |
[INFO] [stdout]    |                                                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_flow_source_thumbnail/builders.rs:89:125
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_flow_source_thumbnail::DescribeFlowSourceThumbnail::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_flow_source_thumbnail::DescribeFlowSourceThumbnail::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                                             |
[INFO] [stdout]    |                                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_gateway/builders.rs:89:99
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_gateway::DescribeGateway::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_gateway::DescribeGateway::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                   ^^^^^
[INFO] [stdout]    |                                                                                                   |
[INFO] [stdout]    |                                                                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_gateway_instance/builders.rs:89:116
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_gateway_instance::DescribeGatewayInstance::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_gateway_instance::DescribeGatewayInstance::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                                    |
[INFO] [stdout]    |                                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_offering/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_offering::DescribeOffering::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_offering::DescribeOffering::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/describe_reservation/builders.rs:89:107
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::describe_reservation::DescribeReservation::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::describe_reservation::DescribeReservation::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                                           |
[INFO] [stdout]    |                                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_input/builders.rs:89:98
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_input::GetRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_input::GetRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                  ^^^^^
[INFO] [stdout]    |                                                                                                  |
[INFO] [stdout]    |                                                                                                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                  up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_input_source_metadata/builders.rs:89:128
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_input_source_metadata::GetRouterInputSourceMetadata::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_input_source_metadata::GetRouterInputSourceMetadata::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                                |
[INFO] [stdout]    |                                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_input_thumbnail/builders.rs:89:117
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_input_thumbnail::GetRouterInputThumbnail::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_input_thumbnail::GetRouterInputThumbnail::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                                     |
[INFO] [stdout]    |                                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_network_interface/builders.rs:89:121
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_network_interface::GetRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_network_interface::GetRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                         ^^^^^
[INFO] [stdout]    |                                                                                                                         |
[INFO] [stdout]    |                                                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/get_router_output/builders.rs:89:100
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::get_router_output::GetRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::get_router_output::GetRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                    |
[INFO] [stdout]    |                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/grant_flow_entitlements/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::grant_flow_entitlements::GrantFlowEntitlements::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::grant_flow_entitlements::GrantFlowEntitlements::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_bridges/builders.rs:89:91
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_bridges::ListBridges::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_bridges::ListBridges::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                           |
[INFO] [stdout]    |                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_entitlements/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_entitlements::ListEntitlements::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_entitlements::ListEntitlements::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_flows/builders.rs:83:87
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let runtime_plugins = crate::operation::list_flows::ListFlows::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |         crate::operation::list_flows::ListFlows::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                       |
[INFO] [stdout]    |                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 84 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_gateway_instances/builders.rs:89:110
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_gateway_instances::ListGatewayInstances::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_gateway_instances::ListGatewayInstances::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                              ^^^^^
[INFO] [stdout]    |                                                                                                              |
[INFO] [stdout]    |                                                                                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_gateways/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_gateways::ListGateways::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_gateways::ListGateways::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_offerings/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_offerings::ListOfferings::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_offerings::ListOfferings::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_reservations/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_reservations::ListReservations::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_reservations::ListReservations::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_router_inputs/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_router_inputs::ListRouterInputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_router_inputs::ListRouterInputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_router_network_interfaces/builders.rs:89:125
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_router_network_interfaces::ListRouterNetworkInterfaces::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_router_network_interfaces::ListRouterNetworkInterfaces::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                                             |
[INFO] [stdout]    |                                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_router_outputs/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_router_outputs::ListRouterOutputs::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_router_outputs::ListRouterOutputs::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_tags_for_global_resource/builders.rs:89:122
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_tags_for_global_resource::ListTagsForGlobalResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_tags_for_global_resource::ListTagsForGlobalResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                                          |
[INFO] [stdout]    |                                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/list_tags_for_resource/builders.rs:89:109
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::list_tags_for_resource::ListTagsForResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::list_tags_for_resource::ListTagsForResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                                             |
[INFO] [stdout]    |                                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/purchase_offering/builders.rs:89:101
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::purchase_offering::PurchaseOffering::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::purchase_offering::PurchaseOffering::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                                     |
[INFO] [stdout]    |                                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_bridge_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_bridge_output::RemoveBridgeOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_bridge_output::RemoveBridgeOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_bridge_source/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_bridge_source::RemoveBridgeSource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_bridge_source::RemoveBridgeSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_media_stream/builders.rs:89:113
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_media_stream::RemoveFlowMediaStream::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_media_stream::RemoveFlowMediaStream::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                 ^^^^^
[INFO] [stdout]    |                                                                                                                 |
[INFO] [stdout]    |                                                                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_output/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_output::RemoveFlowOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_output::RemoveFlowOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_source/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_source::RemoveFlowSource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_source::RemoveFlowSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/remove_flow_vpc_interface/builders.rs:89:115
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::remove_flow_vpc_interface::RemoveFlowVpcInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::remove_flow_vpc_interface::RemoveFlowVpcInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                   ^^^^^
[INFO] [stdout]    |                                                                                                                   |
[INFO] [stdout]    |                                                                                                                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/restart_router_input/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::restart_router_input::RestartRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::restart_router_input::RestartRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/restart_router_output/builders.rs:89:108
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::restart_router_output::RestartRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::restart_router_output::RestartRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                            ^^^^^
[INFO] [stdout]    |                                                                                                            |
[INFO] [stdout]    |                                                                                                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/revoke_flow_entitlement/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::revoke_flow_entitlement::RevokeFlowEntitlement::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::revoke_flow_entitlement::RevokeFlowEntitlement::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/start_flow/builders.rs:83:87
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let runtime_plugins = crate::operation::start_flow::StartFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |         crate::operation::start_flow::StartFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                       |
[INFO] [stdout]    |                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 84 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/start_router_input/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::start_router_input::StartRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::start_router_input::StartRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/start_router_output/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::start_router_output::StartRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::start_router_output::StartRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/stop_flow/builders.rs:83:85
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let runtime_plugins = crate::operation::stop_flow::StopFlow::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |         crate::operation::stop_flow::StopFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                     ^^^^^
[INFO] [stdout]    |                                                                                     |
[INFO] [stdout]    |                                                                                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 84 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/stop_router_input/builders.rs:89:100
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::stop_router_input::StopRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::stop_router_input::StopRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                    |
[INFO] [stdout]    |                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/stop_router_output/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::stop_router_output::StopRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::stop_router_output::StopRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/tag_global_resource/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::tag_global_resource::TagGlobalResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::tag_global_resource::TagGlobalResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/tag_resource/builders.rs:89:91
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::tag_resource::TagResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::tag_resource::TagResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                           ^^^^^
[INFO] [stdout]    |                                                                                           |
[INFO] [stdout]    |                                                                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/take_router_input/builders.rs:89:100
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::take_router_input::TakeRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::take_router_input::TakeRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                    ^^^^^
[INFO] [stdout]    |                                                                                                    |
[INFO] [stdout]    |                                                                                                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                    up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/untag_global_resource/builders.rs:89:108
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::untag_global_resource::UntagGlobalResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::untag_global_resource::UntagGlobalResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                            ^^^^^
[INFO] [stdout]    |                                                                                                            |
[INFO] [stdout]    |                                                                                                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/untag_resource/builders.rs:89:95
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::untag_resource::UntagResource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::untag_resource::UntagResource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge/builders.rs:89:93
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge::UpdateBridge::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge::UpdateBridge::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                             ^^^^^
[INFO] [stdout]    |                                                                                             |
[INFO] [stdout]    |                                                                                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                             up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge_output::UpdateBridgeOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge_output::UpdateBridgeOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge_source/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge_source::UpdateBridgeSource::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge_source::UpdateBridgeSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_bridge_state/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_bridge_state::UpdateBridgeState::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_bridge_state::UpdateBridgeState::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/operation/update_flow/builders.rs:109:89
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let runtime_plugins = crate::operation::update_flow::UpdateFlow::operation_runtime_plugins(
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]     |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |         crate::operation::update_flow::UpdateFlow::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]     |                                                                                         ^^^^^
[INFO] [stdout]     |                                                                                         |
[INFO] [stdout]     |                                                                                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                         up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 110 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_flow_entitlement/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_flow_entitlement::UpdateFlowEntitlement::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_flow_entitlement::UpdateFlowEntitlement::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_flow_media_stream/builders.rs:89:113
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_flow_media_stream::UpdateFlowMediaStream::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_flow_media_stream::UpdateFlowMediaStream::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                 ^^^^^
[INFO] [stdout]    |                                                                                                                 |
[INFO] [stdout]    |                                                                                                                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                 up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_flow_output/builders.rs:89:102
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_flow_output::UpdateFlowOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_flow_output::UpdateFlowOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                      ^^^^^
[INFO] [stdout]    |                                                                                                      |
[INFO] [stdout]    |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/operation/update_flow_source/builders.rs:109:102
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let runtime_plugins = crate::operation::update_flow_source::UpdateFlowSource::operation_runtime_plugins(
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]     |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 109 |         crate::operation::update_flow_source::UpdateFlowSource::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]     |                                                                                                      ^^^^^
[INFO] [stdout]     |                                                                                                      |
[INFO] [stdout]     |                                                                                                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 110 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_gateway_instance/builders.rs:89:112
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_gateway_instance::UpdateGatewayInstance::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_gateway_instance::UpdateGatewayInstance::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                ^^^^^
[INFO] [stdout]    |                                                                                                                |
[INFO] [stdout]    |                                                                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_router_input/builders.rs:89:104
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_router_input::UpdateRouterInput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_router_input::UpdateRouterInput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                        ^^^^^
[INFO] [stdout]    |                                                                                                        |
[INFO] [stdout]    |                                                                                                        this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                        up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_router_network_interface/builders.rs:89:127
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_router_network_interface::UpdateRouterNetworkInterface::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_router_network_interface::UpdateRouterNetworkInterface::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                                               ^^^^^
[INFO] [stdout]    |                                                                                                                               |
[INFO] [stdout]    |                                                                                                                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/operation/update_router_output/builders.rs:89:106
[INFO] [stdout]    |
[INFO] [stdout] 84 |         let runtime_plugins = crate::operation::update_router_output::UpdateRouterOutput::operation_runtime_plugins(
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `runtime_plugins` calls a custom destructor
[INFO] [stdout]    |             `runtime_plugins` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 89 |         crate::operation::update_router_output::UpdateRouterOutput::orchestrate(&runtime_plugins, input).await
[INFO] [stdout]    |                                                                                                          ^^^^^
[INFO] [stdout]    |                                                                                                          |
[INFO] [stdout]    |                                                                                                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 90 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `runtime_plugins` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/waiters/flow_active.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cfg` calls a custom destructor
[INFO] [stdout]     |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `time_components` calls a custom destructor
[INFO] [stdout]     |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]     |                                                                                                       ^^^^^
[INFO] [stdout]     |                                                                                                       |
[INFO] [stdout]     |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 103 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/flow_deleted.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/flow_standby.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/waiters/input_active.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cfg` calls a custom destructor
[INFO] [stdout]     |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `time_components` calls a custom destructor
[INFO] [stdout]     |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]     |                                                                                                       ^^^^^
[INFO] [stdout]     |                                                                                                       |
[INFO] [stdout]     |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 103 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/input_deleted.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/input_standby.rs:94:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 94 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 95 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/waiters/output_active.rs:102:103
[INFO] [stdout]     |
[INFO] [stdout]  46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cfg` calls a custom destructor
[INFO] [stdout]     |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]     |             ---------------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `time_components` calls a custom destructor
[INFO] [stdout]     |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 102 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]     |                                                                                                       ^^^^^
[INFO] [stdout]     |                                                                                                       |
[INFO] [stdout]     |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 103 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_deleted.rs:95:103
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 95 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 96 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_routed.rs:90:103
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 50 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 90 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 91 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_standby.rs:95:103
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 95 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 96 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/waiters/output_unrouted.rs:91:103
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let mut cfg = ::aws_smithy_types::config_bag::ConfigBag::base();
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cfg` calls a custom destructor
[INFO] [stdout]    |             `cfg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 51 |         let time_components = runtime_components_builder.into_time_components();
[INFO] [stdout]    |             ---------------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `time_components` calls a custom destructor
[INFO] [stdout]    |             `time_components` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 91 |         ::aws_smithy_runtime::client::waiters::attach_waiter_tracing_span(orchestrator.orchestrate()).await
[INFO] [stdout]    |                                                                                                       ^^^^^
[INFO] [stdout]    |                                                                                                       |
[INFO] [stdout]    |                                                                                                       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                                                                                                       up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 92 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `cfg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `time_components` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.72s
[INFO] [stderr] crater-edition-check: aws-sdk-mediaconnect v1.112.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking aws-sdk-mediaconnect v1.112.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `aws-sdk-mediaconnect` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name aws_sdk_mediaconnect --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="default-https-client"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "default-https-client", "gated-tests", "rt-tokio", "rustls", "test-util"))' -C metadata=b56e3a2ff79d423a -C extra-filename=-bfed8b40e3b76077 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arc_swap=/opt/rustwide/target/debug/deps/libarc_swap-e99a5ca1759bea9d.rmeta --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-1772b75e0ff5ef16.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-3d3cb4097b58d2a0.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-ea782d7a78e038a5.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-e23eb66ea862f4d7.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-6d2b95b2036ce710.rmeta --extern aws_smithy_observability=/opt/rustwide/target/debug/deps/libaws_smithy_observability-e434d4652bf18cda.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-67e2e0d05daeff7f.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-939323ec422b25c4.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-c7f44d166525eda2.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-b54fea328d955bfb.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9d22a5aba815465e.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-ddac95d3e4d73a7f.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-42ca7d2471cf3ca4.rmeta --extern http_1x=/opt/rustwide/target/debug/deps/libhttp-0c696680dbe7ed38.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-bead2c9d30b6749e.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-008c334de0af1edd.rmeta -L native=/opt/rustwide/target/debug/build/ring-41c9f16dba3ebdc4/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-01a883523e63ac72/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1", kill_on_drop: false }`
[INFO] [stdout] 55921efb8411ce2e69ff7d34266ac6f899e0f1f12acf5ff28b0eaf8f80f8e2d1
